home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / PSPad 4.5.2 / pspad452inst_en.exe / {app} / Template / XSLT_style.xsl < prev   
Encoding:
Extensible Markup Language  |  2003-06-04  |  175 b   |  9 lines

  1. <?xml version="1.0"?>
  2.  
  3. <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  4.  <xsl:template match="/">
  5.  
  6.  </xsl:template>
  7. </xsl:stylesheet>
  8.  
  9.